home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
shells
/
mintbash.zoo
/
etc
/
profile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-08
|
257 b
|
18 lines
# Startup file for bash login shells.
cat /etc/message
echo
if [ "$PS1" ]; then
PS1='\u@\h\$ '
if [ -f ~/bash.rc ]; then
source ~/bash.rc;
else
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi;
fi
fi
LOGIN_SHELL=true
cd ~